From 813d13e1d13c50b139fcd0c66d062ecf8c7b6033 Mon Sep 17 00:00:00 2001 From: "cl349@firebug.cl.cam.ac.uk" Date: Fri, 20 May 2005 15:06:28 +0000 Subject: [PATCH] bitkeeper revision 1.1483.1.1 (428dfcf4ShUaO_5EW8otOGE_3NKxvQ) Makefile: Move ioemu targets to the end of the Makefile so that the default target is all again. Signed-off-by: Christian Limpach --- tools/Makefile | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/tools/Makefile b/tools/Makefile index 733f9dc1f5..52ddb9f24b 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -14,15 +14,6 @@ SUBDIRS += pygrub .PHONY: all install clean check check_clean ioemu eioemuinstall ioemuclean -ifndef XEN_NO_IOEMU -ioemu ioemuinstall ioemuclean: - [ -f ioemu/config-host.h ] || \ - (cd ioemu; ./configure --prefix=$(DESTDIR)/usr) - $(MAKE) -C ioemu $(patsubst ioemu%,%,$@) -else -ioemu ioemuinstall ioemuclean: -endif - all: check @set -e; for subdir in $(SUBDIRS); do \ $(MAKE) -C $$subdir $@; \ @@ -46,3 +37,13 @@ check: check_clean: $(MAKE) -C check clean + +ifndef XEN_NO_IOEMU +ioemu ioemuinstall ioemuclean: + [ -f ioemu/config-host.h ] || \ + (cd ioemu; ./configure --prefix=$(DESTDIR)/usr) + $(MAKE) -C ioemu $(patsubst ioemu%,%,$@) +else +ioemu ioemuinstall ioemuclean: +endif + -- 2.30.2